SftTabs/NET 6.0

FlybyHighlight Property, SftTabs Class

Softel vdm, Inc.

Defines whether flyby highlighting is enabled.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property FlybyHighlight As Boolean

C#   

public bool FlybyHighlight { get; set; }

C++   

public: property bool FlybyHighlight {
        bool get();
        void set(bool value);
}

Property Value

True to enable flyby highlighting, False otherwise.

The default value is True.

Comments

The FlybyHighlight property defines whether flyby highlighting is enabled.

The color used to highlight a tab is defined using each tab's TabClass.HotTrackColor property.

If the defined tab control style (Style) supports and uses themes, flyby highlighting should be enabled. In addition to underlining the text, the theme's presentation method is used when the mouse cursor is above a tab.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com